home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / COMMON8 / 00047_Script_clear fields < prev    next >
Encoding:
Text File  |  1998-10-02  |  314 b   |  11 lines

  1. on exitframe
  2.   global gameObj,gContinentList
  3.   puppetSprite 28,true 
  4.   set pos=getPos(gContinentList,the framelabel)
  5.   if pos>0 then deleteAt(gContinentList,pos)
  6.   set gameObj=0
  7.   put "" into field "ActivityPredefines"
  8.   put "" into field "TargetPredefines"
  9.   put "" into field "DraggablePredefines"
  10. end
  11.